projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28cbd14
)
(Fdelete_frame): Set update_mode_lines.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Sep 1996 08:48:16 +0000
(08:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Sep 1996 08:48:16 +0000
(08:48 +0000)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index b4a29eb3045d51278151f59880566cdbb5978a08..a68aed314d0fcc023c3898b1770f5b1bc2b0d03a 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-1246,6
+1246,9
@@
but if the second optional argument FORCE is non-nil, you may do so.")
FRAME_KBOARD (f)->Vdefault_minibuffer_frame = Qnil;
}
+ /* Cause frame titles to update--necessary if we now have just one frame. */
+ update_mode_lines = 1;
+
return Qnil;
}
\f